home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / gs25dos1.zip / GSSETMOD.BAT < prev    next >
DOS Batch File  |  1992-08-11  |  510b  |  13 lines

  1. @echo off
  2. echogs @echo off >%1.dev
  3. echo rem This file was automatically generated by Ghostscript (gssetmod). >>%1.dev
  4. if exist %1.d_n erase %1.d_n
  5. if exist %1.d_o erase %1.d_o
  6. if exist %1.d_v erase %1.d_v
  7. if exist %1.d_w erase %1.d_w
  8. echo if exist %1.d_n copy /b _temp_.dh+%1.d_n >>%1.dev
  9. echo if exist %1.d_o copy /b _temp_.dob+%1.d_o >>%1.dev
  10. echo if exist %1.d_v copy /b _temp_.dop+%1.d_v >>%1.dev
  11. echo if exist %1.d_w copy /b _temp_.dow+%1.d_w >>%1.dev
  12. gsaddmod %1 -obj %2 %3 %4 %5 %6 %7 %8 %9
  13.